home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / wz32_21b.zip / W2ZEVAL.ZIP / ENCODER.DOC next >
Text File  |  1996-10-26  |  5KB  |  124 lines

  1. ====================================================================
  2. - WEBZOUND - WEBZOUND - WEBZOUND - WEBZOUND - WEBZOUND - WEBZOUND -
  3. ====================================================================
  4.  
  5. At this time I don't have any formal documentation written for the
  6. encoder package, so here's a quick howto:
  7.  
  8. =====================================================================
  9. ******** E N C O D E R S ********************************************
  10. =====================================================================
  11.  
  12. There are 2 encoders in each package, one for mono files, the other
  13. for stereo.
  14.  
  15. Licenced version:
  16. =================
  17. wav2znd.exe is the mono version.
  18. wav2znds.exe is the stereo version.
  19.  
  20. Evaluation version:
  21. ===================
  22. w2zmfree.exe is the mono version.
  23. w2zsfree.exe is the stereo version.
  24.  
  25. They are DOS programs that take command line arguments to operate.
  26.  
  27. The wav files must be 16 bit signed (mono or stereo depending on which
  28. encoder you are using) format.
  29.  
  30. There are 9 quality levels, each with different bandwidth requirements.
  31.  
  32. speed code       sampling rate        name      description
  33. =====================================================================
  34.     0                5500hz mono      14.4low   poor music good voice
  35.     1                7333hz mono      14.4high  acceptable music
  36.     2               11025hz mono      28.8low   good music
  37.     3               14666hz mono      28.8high  very good music
  38.     4               22050hz mono      ISDN      nearly perfect music
  39.     5                5500hz stereo    28.8low   poor music
  40.     6                7333hz stereo    28.8high  acceptable music
  41.     7               11025hz stereo    ISDNlow   good music
  42.     8               14666hz stereo    ISDNhigh  very good music
  43.  
  44. If you run wav2znd or wav2znds with no command line, it will give you
  45. a short help screen on how to use it.
  46.  
  47. The basic format is:
  48. wav2znd   filename  speed_code
  49.  
  50. Not that filename does not get the .wav extension.  It already knows to
  51. look for a wav file.
  52.  
  53. =====================================================================
  54. ******* D R O P  F I L E S ******************************************
  55. =====================================================================
  56.  
  57. To create a drop file, there is a utility called makezdt.exe .
  58.  
  59. The command line for makezdt is:
  60.  
  61. makezdt your.ip.add.ress /path/to/file/filename.znd
  62.  
  63. This will create a file called renameme.zdt .  You will need to rename it
  64. with as filename.zdt .
  65.  
  66. Example:
  67.  
  68. You have a .ZND file called singing.znd.  You put the file in a directory
  69. on your web site called sounds.  The command line you would run is:
  70.  
  71. makezdt 111.222.111.111 /sounds/singing.znd
  72.  
  73. then
  74.  
  75. rename renameme.zdt singing.zdt
  76.  
  77. After that put singing.zdt and singing.znd in /sounds on your server.
  78.  
  79. The link on your HTML document would be something like:
  80.  
  81. <a href="http://www.mysite.com/sounds/singing.zdt">Girl Singing</a><br>
  82.  
  83. When someone clicks on "Girl Singing" they will get the zdt file which
  84. the player reads, connects to your site and plays singing.znd .
  85.  
  86. Sounds terrible, but it works <grin>.
  87.  
  88. One thing you will need to have setup on the server is the MIME type for the
  89. zdt files.  The MIME type we use is /application webzound-drop for file
  90. extensions zdt and zdat.  If you are on a leased server, you may have to get
  91. the admin to add that for you.
  92.  
  93. In some rare cases a server will need to be told that the ZND files are
  94. binary.  This is also done with a MIME type (/application webzound-znd).
  95. You can spot this with every playback erroring out with a decompression
  96. error (the server stripped 8 bits down to 7).
  97.  
  98. ==========================================================================
  99. **********G O L D W A V E ************************************************
  100. ==========================================================================
  101.  
  102. GOLDWAVE is a wav editor which I suggest be used because of its excellent
  103. quality.  Also since I use it myself, I can help you with it if you have
  104. problems.
  105.  
  106. You can download GOLDWAVE from our website.  The URL to reach the download
  107. page is:
  108. http://www.webzound.com/goldwave/index.html
  109.  
  110. Disclaimer requested by the Author of GOLDWAVE:
  111. The GOLDWAVE package is not a part of WebZound.  This is a functional
  112. evaluation version.  See the documentation for more information.
  113.  
  114. ==========================================================================
  115. *********** H E L P !!! **************************************************
  116. ==========================================================================
  117.  
  118. Any questions feel free to email my personal box at keves@webzound.com .
  119.  
  120. Ken Eves
  121. October 26th 1996
  122.  
  123.  
  124.